html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
}
li {
  list-style: none;
}
a,
a:hover {
  text-decoration: none;
  display: block;
}
img {
  border: 0;
}
.whole {
  width: 100%;
}
@media screen and (max-width: 1920px) {
  body {
    font-size: 16px;
  }
  .content {
    width: 1200px;
    margin: 0 auto;
  }
  .tittle_checked_2{
	  color:#0e9fee;
  }
  .footer {
    background: #f8f8f8;
    border-top: 10px solid #0e9fee;
    width: 100%;
    padding: 2% 0 0 0;
    margin-top: 0px;
    font-size: 1em;
  }
  .footer li {
    list-style: none;
  }
  .footer_relevant {
    margin-bottom: 2%;
    padding: 30px 0;
    border-top: 1px solid #1f1f1f;
    border-bottom: 1px solid #1f1f1f;
  }
  .footer_relevant:nth-child(2) {
    border-top: 0;
    padding-top: 10px;
  }
  .footer_relevant_content {
    overflow: hidden;
    border: 1px solid #dedede;
    padding: 20px 30px;
    margin-top: 30px;
    background: #fff;
  }
  .footer_relevant_content li {
    float: left;
    width: 16.66666667%;
  }
  .footer_relevant_content li a {
    color: #1f1f1f;
    height: 40px;
    line-height: 40px;
    transition: color 0.5s;
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s;
    -moz-transition: color 0.5s;
  }
  .footer_relevant_content li a:hover {
    color: #0e9fee;
  }
  .footer_tittle {
    margin-bottom: 2%;
    float: left;
    color: #0e9fee;
    margin-right: 20px;
  }
  .footer_relevant_tab span {
    cursor: pointer;
    display: inline-block;
    width: 16.66666667%;
  }
  .footer_intro {
    overflow: hidden;
    line-height: 60px;
  }
  .footer_intro span {
    display: inline-block;
    margin-right: 20px;
    float: left;
  }
  .footer_intro_img {
    float: left;
    width: 10%;
  }
  .footer_intro_img:nth-child(5) {
    text-align: right;
  }
  .footer_intro_img:nth-child(5) img {
    margin-top: 5px;
  }
  .footer_triangle {
    display: inline-block;
    width: 0!important;
    height: 0;
    margin-left: 8px;
    border-width: 6px;
    border-style: dashed dashed solid dashed;
    border-color: #1f1f1f transparent transparent transparent;
  }
 
@media screen and (max-width: 768px) {
  html {
    overflow-x: hidden;
  }
  body {
    font-size: 14px;
  }
  .content {
    width: 96%;
    margin: 0 auto;
  }
  .footer {
    padding: 4% 0;
  }
  .footer_relevant {
    padding: 15px 0;
  }
  .footer_relevant ul li {
    width: 50%;
  }
  .footer_relevant ul li:nth-child(2n+1) {
    text-align: left;
  }
  .footer_relevant ul li:nth-child(2n) {
    text-align: right;
  }
  .footer_relevant_content {
    margin-top: 0;
    padding: 20px;
  }
  .footer_intro {
    font-size: 0.85em;
    line-height: 20px;
  }
  .footer_intro span {
    display: block;
  }
  .footer_intro_img {
    width: 20%;
    margin-left: 20px;
  }
  .footer_intro_img:nth-child(5) {
    float: left;
    width: 100%;
    text-align: left;
  }
  .footer_tittle {
    margin: 0;
    margin-bottom: 20px;
    text-align: center;
    float: none;
  }
  .footer_relevant_tab {
    padding: 0;
    overflow: hidden;
  }
  .footer_relevant_tab > span {
    width: 32.25806452%;
    display: block;
    float: left;
    margin-bottom: 15px;
    margin-right: 0;
    text-align: center;
    font-size: 0.85em;
  }
  .footer_triangle {
    display: block!important;
    margin: 0 auto;
  }
}
